object TblHeaderForm: TTblHeaderForm Left = 237 Top = 262 BorderStyle = bsDialog Caption = 'Table Headers' ClientHeight = 197 ClientWidth = 385 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 2 Top = 1 Width = 73 Height = 13 Caption = 'Table Headers:' end object Memo1: TMemo Left = 2 Top = 17 Width = 380 Height = 144 TabOrder = 0 end object BitBtn1: TBitBtn Left = 227 Top = 168 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 308 Top = 168 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end end